home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / dj_slr10.zip / RAISE.DOC < prev    next >
Text File  |  1994-05-28  |  7KB  |  224 lines

  1.  
  2. Defjam Productions
  3. DJP Security Level Raiser v1.0
  4. Coded by Drew
  5. Last update 5-19-94
  6.  
  7.  
  8.  
  9.  
  10. Table of Contents:
  11. I.    Introduction
  12. II.   Installation
  13. III.  Description of Files
  14. IV.   Future Features
  15. V.    Last words
  16.  
  17.  
  18.  
  19.  
  20. I. Introduction
  21.  
  22.  
  23.        This will allow your users to automatically raise their
  24. security level if they enter the correct password.  An unlimited
  25. number of different security levels can be specified, each with a
  26. different password!  (Actually, they can LOWER their access too
  27. if they enter a password corresponding a lower security level.)
  28.  
  29.         Use at your own risk.
  30.  
  31.  
  32.  
  33.  
  34. II.    Installation
  35.  
  36.  
  37. Step 1.
  38. Make a directory for this ppe.  For example:
  39.  
  40.         mkdir c:\pcb\ppe\raise
  41.  
  42.  
  43. Step 2.
  44. Unzip everything into that directory:
  45.  
  46.         pkunzip dj-slr10 c:\pcb\ppe\raise
  47.  
  48.  
  49. Step 3.
  50. Install this under your CMD.LST area.  So run PCBSETUP, select "B"
  51. for File Locations, then "B" again for Configuration Files, and then
  52. finally pick your CMD.LST file.
  53.  
  54. Fill in the corresponding information: command name, security level
  55. to access it, and where it's located.  Eg:
  56.  
  57.         Command    Security    PPE/MNU File or Keystroke Replacement
  58.         -------    --------    -------------------------------------
  59.         RAISE      20          C:\PCB\PPE\RAISE\RAISE.PPE
  60.  
  61.  
  62. Step 4.
  63. Edit the "raise.cfg" file to specify the passwords you want for each
  64. level.  The format goes like this for each line:
  65.  
  66.         PASSWORD  LEVEL
  67.  
  68. "LEVEL" is the level the user receives if "PASSWORD" is entered
  69. correctly.  You can have as many passwords and levels as you want
  70. in here.  Passwords must be 50 characters or less.
  71.  
  72.  
  73. Step 5.
  74. Edit all the *.pwd files to your like.  All of these are optional and
  75. if left out, default values are used.
  76.  
  77.  
  78.  
  79.  
  80. III.  Description of Files
  81.  
  82. RAISE.DOC
  83.  
  84.         This file.
  85.  
  86. RAISE.PPE
  87.  
  88.         This is the main ppe.
  89.  
  90. RAISE.CFG
  91.  
  92.         This is the mandatory configuration file
  93.  
  94. FILE_ID.DIZ
  95.  
  96.         File description used for automated file describing on a bbs.
  97.  
  98. TOP.PWD (optional)
  99.  
  100.         File shown to the user before they are prompted to enter the
  101.         password.
  102.  
  103. VALID.PWD (optional)
  104.  
  105.         File shown to user if they enter the correct password.  This
  106.         can be a regular ascii text file, an ansi graphics file, or
  107.         a file with PCB color codes in it.
  108.  
  109. INVALID.PWD (optional)
  110.  
  111.         Same as valid.pwd, but shown if the password is incorrect.
  112.  
  113. PROMPT.PWD (optional)
  114.  
  115.         This file should contain only one line, and that is, the text
  116.         shown to the user to prompt the user for the password.
  117.  
  118.  
  119.  
  120.  
  121. IV.   Last words
  122.  
  123.         Yet another small PPE written on the spur of the moment.  The
  124. previous one was the Command Password Checker.  Both of these PPE ideas
  125. were given to me IpStar (UFT).  This one is really similar on the front
  126. end to the previous one, so took even less time to write. :-)  (I was
  127. even so lazy as to just edit the old docs instead of re-writing it.)
  128.  
  129.         I highly doubt there should be any bugs in this as this PPE is
  130. really simple in code and in design.  But if you find any bugs, or just
  131. want to thank me, curse me, give me suggestions, whatever, you can reach
  132. me in these ways (in order of quickest read by me):
  133.  
  134.         1. Internet email: drew@xinet.com
  135.  
  136.         2. My board      : The Silicon Phalanx
  137.                            Node #1: 510-795-0200
  138.                            Node #2: 510-795-0400
  139.  
  140.         3. On Infinity BBS (UFT WHQ).
  141.  
  142. If you are reading this after August 31st, then my bbs will not be up
  143. at those numbers.  I will have relocated to the Los Angeles area by
  144. then since I will be attending UCLA for my masters degree.  As of this
  145. writing, running the bbs down there is uncertain and I'll do what I
  146. can to keep it going.  Nevertheless, I can still be contacted in other
  147. ways...
  148.  
  149. ----------
  150. DISCLAIMER
  151. ----------
  152. As of this date (5-19-94), I'm one of the newest PWA Members as a PPE
  153. programmer.  This PPE however, is done for UFT, since I am now a member
  154. of UFT as well.  Now one might think there is a conflict of interests
  155. here and I'd like to clear this up (read: covering my ass).
  156.  
  157. If I think of an original PPE/PCB util to write (meaning, no one told
  158. or suggested that I do this for them or for their group), the program
  159. goes first to PWA.
  160.  
  161. If a member of a group (ie: Dream Weaver from PWA or IpStar from UFT)
  162. that releases PPE's requests/suggests I do a certain programming task,
  163. then that particular program will go to them.
  164.  
  165. If more than one person suggests the same thing, the program goes to
  166. whomever came first.
  167.  
  168. All non-affiliated people who give me suggestions will have the program
  169. fall under the first category, as if I thought of it, and will go to
  170. PWA.  Of course, I didn't think of it in this case and I will give credit
  171. where credit is due if it's really original.
  172. --------------
  173. END DISCLAIMER
  174. --------------
  175.  
  176. Sorry for all the text, but I'm usually very wordy because I don't want
  177. anyone misinterpreting what I'm saying. :-)  Gawd, I've spent more time
  178. writing these docs than writing the ppe...
  179.  
  180. Last shots out to:
  181.  
  182.     Dream Weaver   (PWA) : Thanks for giving me the chance!
  183.     IpStar         (UFT) : More ppe ideas?  Bring em on!
  184.     ReDMaN        (ACiD) : Where are my ansi's??? :-)
  185.     Vigilante      (PWA) : You the man with the fresh ppe's right now..
  186.     Scimitar (PWA/WWC/UC): Give me a couple more weeks on the stats util.
  187.                            I'm headed off to Hawaii for a week!
  188.  
  189.     And greets go to all other programmers for their efforts.
  190.  
  191.  
  192. Other DJP ppe's:
  193. ----------------
  194. DJ-MAT02.ZIP  (version 0.2)  --submitted to PWA
  195.  
  196.         DJP Matrix.  The superior litebar matrix to use.  Random matrix
  197.         screens, random logon screens, random welcome screens.
  198.  
  199. DJ-USR10.zip  (version 1.0)  --submitted to PWA
  200.  
  201.         DJP User Lister.  The most configurable user lister around.  Specify
  202.         just about any of the vital statistics about a user (name, note,
  203.         last called, areacode, # ul's, # dl's, etc.), pick the display color,
  204.         and also choose the positioning.
  205.  
  206. DJ-MR10.zip   (version 1.0)  --submitted to PWA
  207.  
  208.         DJP Menu Rotator.  Display files/menus randomly to users and
  209.         according to their user level!
  210.  
  211. DJ-CPC10.ZIP  (version 1.0)  --submitted to UFT
  212.  
  213.         DJP Command Password Checker.  Put a password on any command!
  214.         Allows exemption levels for those special users.
  215.  
  216. DJ-SLR10.ZIP  (version 1.0)  --submitted to UFT
  217.  
  218.         DJP Security Level Raiser.  This PPE.
  219.  
  220.  
  221. Peace,
  222. --Drew
  223.  
  224.